SixBit API Schema
SalesTaxType Simple Type
Description
The sales tax charged. When creating sales, the value will be ignored and instead will be calculated based on the items "IsTaxable" property and the ship to location.
Namespace (none)
Type
Restriction of xs:decimal
Diagram
SalesTaxType Simple Type
Overview
SalesTaxType Restriction of xs:decimal
The sales tax charged. When creating sales, the value will be ignored and instead will be calculated based on the items "IsTaxable" property and the ship to location.
Source
<xs:simpleType name="SalesTaxType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The sales tax charged.  When creating sales, the value will be ignored and instead will be calculated based on the items "IsTaxable" property and the ship to location.</xs:documentation>
  </xs:annotation>
  <!--<xs:restriction base="xs:string" />-->
  <xs:restriction base="xs:decimal" />
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.